home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / vlistsam.zip / LISTTEST.DLG < prev    next >
Text File  |  1992-09-27  |  253b  |  8 lines

  1. 100 DIALOG 0, 0, 200, 200
  2. STYLE WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION
  3. FONT 10, "Times New Roman"
  4. BEGIN
  5.     CONTROL         "",101, "VList", WS_BORDER | LBS_NOTIFY, 0, 0, 175, 175
  6.     PUSHBUTTON      "Ok", IDOK, 59, 180, 40, 14
  7. END
  8.